Html Css Color HEX #909DB6 Rock Blue

📋 copy color: '#909DB6'

red 144 ◦ green 157 ◦ blue 182

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

Shades of Rock Blue #909DB6

Tints of Rock Blue #909DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.68%

R = 29.81%
G = 32.51%
B = 37.68%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#909DB6 (or 0x909DB6) is known color: Rock Blue. HEX triplet: 90, 9D and B6. RGB value is (144,157,182). Sum of RGB (Red+Green+Blue) = 144+157+182=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 182 - color contains mainly: blue. Hex color #909DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DB6 is #6F6249. Grayscale: #9B9B9B. Windows color (decimal): -7299658 or 11967888. OLE color: 11967888.

HSL color Cylindrical-coordinate representation of color #909DB6: hue angle of 219.47º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #909DB6 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 157 182 -
CMYK 0.21 0.14 0 0.29
HSL 219.47º 0.21% 0.64% -
HSV(B) 219.47º 0.21% 0.71% -
XYZ 32 33.42 49.02 -
YUV 155.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 144 157 182 0.21 0.14 0 0.29 219.47 0.21 0.64
Hex 90 9D B6 15 E 0 1D DB 15 40
Octal 220 235 266 25 16 0 35 333 25 100
Binary 10010000 10011101 10110110 10101 1110 0 11101 11011011 10101 1000000

Color Harmonies of #909DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909DB6

Black with #909DB6

Text Example


Text Example

White with #909DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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