Html Css Color HEX #909FBE Rock Blue

📋 copy color: '#909FBE'

red 144 ◦ green 159 ◦ blue 190

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

Shades of Rock Blue #909FBE

Tints of Rock Blue #909FBE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.25%

 BLUE value IS 190 (74.61% from 255) = 38.54%

R = 29.21%
G = 32.25%
B = 38.54%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#909FBE (or 0x909FBE) is known color: Rock Blue. HEX triplet: 90, 9F and BE. RGB value is (144,159,190). Sum of RGB (Red+Green+Blue) = 144+159+190=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #909FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FBE is #6F6041. Grayscale: #9D9D9D. Windows color (decimal): -7299138 or 12492688. OLE color: 12492688.

HSL color Cylindrical-coordinate representation of color #909FBE: hue angle of 220.43º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #909FBE is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 159 190 -
CMYK 0.24 0.16 0 0.25
HSL 220.43º 0.26% 0.65% -
HSV(B) 220.43º 0.24% 0.75% -
XYZ 33.19 34.44 53.61 -
YUV 158.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 144 159 190 0.24 0.16 0 0.25 220.43 0.26 0.65
Hex 90 9F BE 18 10 0 19 DC 1A 41
Octal 220 237 276 30 20 0 31 334 32 101
Binary 10010000 10011111 10111110 11000 10000 0 11001 11011100 11010 1000001

Color Harmonies of #909FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909FBE

Black with #909FBE

Text Example


Text Example

White with #909FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,159,190); }

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

background-color css

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

 a { background-color: rgb(144,159,190); }

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

border-color css

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

 span { border-color: rgb(144,159,190); }

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