Html Css Color HEX #909EC0 Rock Blue

📋 copy color: '#909EC0'

red 144 ◦ green 158 ◦ blue 192

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

Shades of Rock Blue #909EC0

Tints of Rock Blue #909EC0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.98%

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

R = 29.15%
G = 31.98%
B = 38.87%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#909EC0 (or 0x909EC0) is known color: Rock Blue. HEX triplet: 90, 9E and C0. RGB value is (144,158,192). Sum of RGB (Red+Green+Blue) = 144+158+192=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #909EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909EC0 is #6F613F. Grayscale: #9D9D9D. Windows color (decimal): -7299392 or 12623504. OLE color: 12623504.

HSL color Cylindrical-coordinate representation of color #909EC0: hue angle of 222.5º 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 #909EC0 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 158 192 -
CMYK 0.25 0.18 0 0.25
HSL 222.5º 0.28% 0.66% -
HSV(B) 222.5º 0.25% 0.75% -
XYZ 33.24 34.19 54.72 -
YUV 157.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 144 158 192 0.25 0.18 0 0.25 222.5 0.28 0.66
Hex 90 9E C0 19 12 0 19 DE 1C 42
Octal 220 236 300 31 22 0 31 336 34 102
Binary 10010000 10011110 11000000 11001 10010 0 11001 11011110 11100 1000010

Color Harmonies of #909EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909EC0

Black with #909EC0

Text Example


Text Example

White with #909EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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