Html Css Color HEX #809BBC Rock Blue

📋 copy color: '#809BBC'

red 128 ◦ green 155 ◦ blue 188

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

Shades of Rock Blue #809BBC

Tints of Rock Blue #809BBC

RGB

 RED value IS 128 (50.39% from 255) = 27.18%

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

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

R = 27.18%
G = 32.91%
B = 39.92%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#809BBC (or 0x809BBC) is known color: Rock Blue. HEX triplet: 80, 9B and BC. RGB value is (128,155,188). Sum of RGB (Red+Green+Blue) = 128+155+188=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #809BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BBC is #7F6443. Grayscale: #969696. Windows color (decimal): -8348740 or 12360576. OLE color: 12360576.

HSL color Cylindrical-coordinate representation of color #809BBC: hue angle of 213º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #809BBC is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 155 188 -
CMYK 0.32 0.18 0 0.26
HSL 213º 0.31% 0.62% -
HSV(B) 213º 0.32% 0.74% -
XYZ 29.7 31.66 52.12 -
YUV 150.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 128 155 188 0.32 0.18 0 0.26 213 0.31 0.62
Hex 80 9B BC 20 12 0 1A D5 1F 3E
Octal 200 233 274 40 22 0 32 325 37 76
Binary 10000000 10011011 10111100 100000 10010 0 11010 11010101 11111 111110

Color Harmonies of #809BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809BBC

Black with #809BBC

Text Example


Text Example

White with #809BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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