Html Css Color HEX #909DBA Rock Blue

📋 copy color: '#909DBA'

red 144 ◦ green 157 ◦ blue 186

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

Shades of Rock Blue #909DBA

Tints of Rock Blue #909DBA

RGB

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

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

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

R = 29.57%
G = 32.24%
B = 38.19%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#909DBA (or 0x909DBA) is known color: Rock Blue. HEX triplet: 90, 9D and BA. RGB value is (144,157,186). Sum of RGB (Red+Green+Blue) = 144+157+186=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #909DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DBA is #6F6245. Grayscale: #9C9C9C. Windows color (decimal): -7299654 or 12230032. OLE color: 12230032.

HSL color Cylindrical-coordinate representation of color #909DBA: hue angle of 221.43º 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 #909DBA is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 157 186 -
CMYK 0.23 0.16 0 0.27
HSL 221.43º 0.23% 0.65% -
HSV(B) 221.43º 0.23% 0.73% -
XYZ 32.42 33.59 51.23 -
YUV 156.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 144 157 186 0.23 0.16 0 0.27 221.43 0.23 0.65
Hex 90 9D BA 17 10 0 1B DD 17 41
Octal 220 235 272 27 20 0 33 335 27 101
Binary 10010000 10011101 10111010 10111 10000 0 11011 11011101 10111 1000001

Color Harmonies of #909DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909DBA

Black with #909DBA

Text Example


Text Example

White with #909DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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