Html Css Color HEX #909DB2 Rock Blue

📋 copy color: '#909DB2'

red 144 ◦ green 157 ◦ blue 178

#909DB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #909DB2

Tints of Rock Blue #909DB2

RGB

 RED value IS 144 (56.64% from 255) = 30.06%

 GREEN value IS 157 (61.72% from 255) = 32.78%

 BLUE value IS 178 (69.92% from 255) = 37.16%

R = 30.06%
G = 32.78%
B = 37.16%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#909DB2 (or 0x909DB2) is known color: Rock Blue. HEX triplet: 90, 9D and B2. RGB value is (144,157,178). Sum of RGB (Red+Green+Blue) = 144+157+178=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 178 - color contains mainly: blue. Hex color #909DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909DB2 is #6F624D. Grayscale: #9B9B9B. Windows color (decimal): -7299662 or 11705744. OLE color: 11705744.

HSL color Cylindrical-coordinate representation of color #909DB2: hue angle of 217.06º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #909DB2 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 144 157 178 -
CMYK 0.19 0.12 0 0.30
HSL 217.06º 0.18% 0.63% -
HSV(B) 217.06º 0.19% 0.7% -
XYZ 31.59 33.26 46.87 -
YUV 155.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 144 157 178 0.19 0.12 0 0.30 217.06 0.18 0.63
Hex 90 9D B2 13 C 0 1E D9 12 3F
Octal 220 235 262 23 14 0 36 331 22 77
Binary 10010000 10011101 10110010 10011 1100 0 11110 11011001 10010 111111

Color Harmonies of #909DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909DB2

Black with #909DB2

Text Example


Text Example

White with #909DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909DB2; }

 p { color: rgb(144,157,178); }

 H1.HeaderClassName
 {
   color: #909DB2;
 }
 .AnyTagClassName
 {
   color: #909DB2;
 }
</style>

background-color css

<style>
 a { background-color: #909DB2; }

 a { background-color: rgb(144,157,178); }

 div.DivClassName
 {
   background-color: #909DB2;
 }
 .BgClassName
 {
   background-color: #909DB2;
 }
</style>

border-color css

<style>
 span { border-color: #909DB2; }

 span { border-color: rgb(144,157,178); }

 td.TdClassName
 {
   border-color: #909DB2;
 }
 .TagClassName
 {
   border-color: #909DB2;
 }
</style>