Html Css Color HEX #809CBC Rock Blue

📋 copy color: '#809CBC'

red 128 ◦ green 156 ◦ blue 188

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

Shades of Rock Blue #809CBC

Tints of Rock Blue #809CBC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.05%

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

R = 27.12%
G = 33.05%
B = 39.83%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#809CBC (or 0x809CBC) is known color: Rock Blue. HEX triplet: 80, 9C and BC. RGB value is (128,156,188). Sum of RGB (Red+Green+Blue) = 128+156+188=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #809CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CBC is #7F6343. Grayscale: #979797. Windows color (decimal): -8348484 or 12360832. OLE color: 12360832.

HSL color Cylindrical-coordinate representation of color #809CBC: hue angle of 212º 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 #809CBC is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 156 188 -
CMYK 0.32 0.17 0 0.26
HSL 212º 0.31% 0.62% -
HSV(B) 212º 0.32% 0.74% -
XYZ 29.87 32 52.18 -
YUV 151.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 128 156 188 0.32 0.17 0 0.26 212 0.31 0.62
Hex 80 9C BC 20 11 0 1A D4 1F 3E
Octal 200 234 274 40 21 0 32 324 37 76
Binary 10000000 10011100 10111100 100000 10001 0 11010 11010100 11111 111110

Color Harmonies of #809CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809CBC

Black with #809CBC

Text Example


Text Example

White with #809CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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