Html Css Color HEX #909FBC Rock Blue

📋 copy color: '#909FBC'

red 144 ◦ green 159 ◦ blue 188

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

Shades of Rock Blue #909FBC

Tints of Rock Blue #909FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.29%

R = 29.33%
G = 32.38%
B = 38.29%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#909FBC (or 0x909FBC) is known color: Rock Blue. HEX triplet: 90, 9F and BC. RGB value is (144,159,188). Sum of RGB (Red+Green+Blue) = 144+159+188=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #909FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FBC is #6F6043. Grayscale: #9D9D9D. Windows color (decimal): -7299140 or 12361616. OLE color: 12361616.

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

Color convert

RGB 144 159 188 -
CMYK 0.23 0.15 0 0.26
HSL 219.55º 0.25% 0.65% -
HSV(B) 219.55º 0.23% 0.74% -
XYZ 32.98 34.36 52.47 -
YUV 157.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 144 159 188 0.23 0.15 0 0.26 219.55 0.25 0.65
Hex 90 9F BC 17 F 0 1A DC 19 41
Octal 220 237 274 27 17 0 32 334 31 101
Binary 10010000 10011111 10111100 10111 1111 0 11010 11011100 11001 1000001

Color Harmonies of #909FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909FBC

Black with #909FBC

Text Example


Text Example

White with #909FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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