Html Css Color HEX #909EBA Rock Blue

📋 copy color: '#909EBA'

red 144 ◦ green 158 ◦ blue 186

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

Shades of Rock Blue #909EBA

Tints of Rock Blue #909EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 29.51%
G = 32.38%
B = 38.11%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#909EBA (or 0x909EBA) is known color: Rock Blue. HEX triplet: 90, 9E and BA. RGB value is (144,158,186). Sum of RGB (Red+Green+Blue) = 144+158+186=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #909EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909EBA is #6F6145. Grayscale: #9C9C9C. Windows color (decimal): -7299398 or 12230288. OLE color: 12230288.

HSL color Cylindrical-coordinate representation of color #909EBA: hue angle of 220º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #909EBA is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 158 186 -
CMYK 0.23 0.15 0 0.27
HSL 220º 0.23% 0.65% -
HSV(B) 220º 0.23% 0.73% -
XYZ 32.59 33.93 51.29 -
YUV 157.01 144.36 118.72 -
System Red Green Blue C M Y K H S L
Decimal 144 158 186 0.23 0.15 0 0.27 220 0.23 0.65
Hex 90 9E BA 17 F 0 1B DC 17 41
Octal 220 236 272 27 17 0 33 334 27 101
Binary 10010000 10011110 10111010 10111 1111 0 11011 11011100 10111 1000001

Color Harmonies of #909EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909EBA

Black with #909EBA

Text Example


Text Example

White with #909EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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