Html Css Color HEX #909ABF Rock Blue

📋 copy color: '#909ABF'

red 144 ◦ green 154 ◦ blue 191

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

Shades of Rock Blue #909ABF

Tints of Rock Blue #909ABF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.49%

 BLUE value IS 191 (75% from 255) = 39.06%

R = 29.45%
G = 31.49%
B = 39.06%

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

#909ABF (or 0x909ABF) is known color: Rock Blue. HEX triplet: 90, 9A and BF. RGB value is (144,154,191). Sum of RGB (Red+Green+Blue) = 144+154+191=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #909ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909ABF is #6F6540. Grayscale: #9B9B9B. Windows color (decimal): -7300417 or 12556944. OLE color: 12556944.

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

Color convert

RGB 144 154 191 -
CMYK 0.25 0.19 0 0.25
HSL 227.23º 0.27% 0.66% -
HSV(B) 227.23º 0.25% 0.75% -
XYZ 32.46 32.8 53.91 -
YUV 155.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 144 154 191 0.25 0.19 0 0.25 227.23 0.27 0.66
Hex 90 9A BF 19 13 0 19 E3 1B 42
Octal 220 232 277 31 23 0 31 343 33 102
Binary 10010000 10011010 10111111 11001 10011 0 11001 11100011 11011 1000010

Color Harmonies of #909ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909ABF

Black with #909ABF

Text Example


Text Example

White with #909ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,154,191); }

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

background-color css

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

 a { background-color: rgb(144,154,191); }

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

border-color css

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

 span { border-color: rgb(144,154,191); }

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