Html Css Color HEX #909BC2 Rock Blue

📋 copy color: '#909BC2'

red 144 ◦ green 155 ◦ blue 194

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

Shades of Rock Blue #909BC2

Tints of Rock Blue #909BC2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.44%

 BLUE value IS 194 (76.17% from 255) = 39.35%

R = 29.21%
G = 31.44%
B = 39.35%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#909BC2 (or 0x909BC2) is known color: Rock Blue. HEX triplet: 90, 9B and C2. RGB value is (144,155,194). Sum of RGB (Red+Green+Blue) = 144+155+194=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 194 - color contains mainly: blue. Hex color #909BC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BC2 is #6F643D. Grayscale: #9B9B9B. Windows color (decimal): -7300158 or 12753808. OLE color: 12753808.

HSL color Cylindrical-coordinate representation of color #909BC2: hue angle of 226.8º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #909BC2 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 155 194 -
CMYK 0.26 0.20 0 0.24
HSL 226.8º 0.29% 0.66% -
HSV(B) 226.8º 0.26% 0.76% -
XYZ 32.96 33.27 55.72 -
YUV 156.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 144 155 194 0.26 0.20 0 0.24 226.8 0.29 0.66
Hex 90 9B C2 1A 14 0 18 E3 1D 42
Octal 220 233 302 32 24 0 30 343 35 102
Binary 10010000 10011011 11000010 11010 10100 0 11000 11100011 11101 1000010

Color Harmonies of #909BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909BC2

Black with #909BC2

Text Example


Text Example

White with #909BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,155,194); }

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

background-color css

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

 a { background-color: rgb(144,155,194); }

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

border-color css

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

 span { border-color: rgb(144,155,194); }

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