Html Css Color HEX #909DBE Rock Blue

📋 copy color: '#909DBE'

red 144 ◦ green 157 ◦ blue 190

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

Shades of Rock Blue #909DBE

Tints of Rock Blue #909DBE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.98%

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

R = 29.33%
G = 31.98%
B = 38.7%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#909DBE (or 0x909DBE) is known color: Rock Blue. HEX triplet: 90, 9D and BE. RGB value is (144,157,190). Sum of RGB (Red+Green+Blue) = 144+157+190=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #909DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DBE is #6F6241. Grayscale: #9C9C9C. Windows color (decimal): -7299650 or 12492176. OLE color: 12492176.

HSL color Cylindrical-coordinate representation of color #909DBE: hue angle of 223.04º 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 #909DBE is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 157 190 -
CMYK 0.24 0.17 0 0.25
HSL 223.04º 0.26% 0.65% -
HSV(B) 223.04º 0.24% 0.75% -
XYZ 32.85 33.76 53.5 -
YUV 156.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 144 157 190 0.24 0.17 0 0.25 223.04 0.26 0.65
Hex 90 9D BE 18 11 0 19 DF 1A 41
Octal 220 235 276 30 21 0 31 337 32 101
Binary 10010000 10011101 10111110 11000 10001 0 11001 11011111 11010 1000001

Color Harmonies of #909DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909DBE

Black with #909DBE

Text Example


Text Example

White with #909DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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