Html Css Color HEX #909CC0 Rock Blue

📋 copy color: '#909CC0'

red 144 ◦ green 156 ◦ blue 192

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

Shades of Rock Blue #909CC0

Tints of Rock Blue #909CC0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.71%

 BLUE value IS 192 (75.39% from 255) = 39.02%

R = 29.27%
G = 31.71%
B = 39.02%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#909CC0 (or 0x909CC0) is known color: Rock Blue. HEX triplet: 90, 9C and C0. RGB value is (144,156,192). Sum of RGB (Red+Green+Blue) = 144+156+192=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #909CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CC0 is #6F633F. Grayscale: #9C9C9C. Windows color (decimal): -7299904 or 12622992. OLE color: 12622992.

HSL color Cylindrical-coordinate representation of color #909CC0: hue angle of 225º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #909CC0 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 156 192 -
CMYK 0.25 0.19 0 0.25
HSL 225º 0.28% 0.66% -
HSV(B) 225º 0.25% 0.75% -
XYZ 32.9 33.51 54.6 -
YUV 156.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 144 156 192 0.25 0.19 0 0.25 225 0.28 0.66
Hex 90 9C C0 19 13 0 19 E1 1C 42
Octal 220 234 300 31 23 0 31 341 34 102
Binary 10010000 10011100 11000000 11001 10011 0 11001 11100001 11100 1000010

Color Harmonies of #909CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909CC0

Black with #909CC0

Text Example


Text Example

White with #909CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,156,192); }

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

background-color css

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

 a { background-color: rgb(144,156,192); }

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

border-color css

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

 span { border-color: rgb(144,156,192); }

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