Html Css Color HEX #909BBC Rock Blue

📋 copy color: '#909BBC'

red 144 ◦ green 155 ◦ blue 188

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

Shades of Rock Blue #909BBC

Tints of Rock Blue #909BBC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.83%

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

R = 29.57%
G = 31.83%
B = 38.6%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#909BBC (or 0x909BBC) is known color: Rock Blue. HEX triplet: 90, 9B and BC. RGB value is (144,155,188). Sum of RGB (Red+Green+Blue) = 144+155+188=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #909BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BBC is #6F6443. Grayscale: #9B9B9B. Windows color (decimal): -7300164 or 12360592. OLE color: 12360592.

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

Color convert

RGB 144 155 188 -
CMYK 0.23 0.18 0 0.26
HSL 225º 0.25% 0.65% -
HSV(B) 225º 0.23% 0.74% -
XYZ 32.3 33 52.24 -
YUV 155.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 144 155 188 0.23 0.18 0 0.26 225 0.25 0.65
Hex 90 9B BC 17 12 0 1A E1 19 41
Octal 220 233 274 27 22 0 32 341 31 101
Binary 10010000 10011011 10111100 10111 10010 0 11010 11100001 11001 1000001

Color Harmonies of #909BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909BBC

Black with #909BBC

Text Example


Text Example

White with #909BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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