Html Css Color HEX #8198BB Rock Blue

📋 copy color: '#8198BB'

red 129 ◦ green 152 ◦ blue 187

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

Shades of Rock Blue #8198BB

Tints of Rock Blue #8198BB

RGB

 RED value IS 129 (50.78% from 255) = 27.56%

 GREEN value IS 152 (59.77% from 255) = 32.48%

 BLUE value IS 187 (73.44% from 255) = 39.96%

R = 27.56%
G = 32.48%
B = 39.96%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8198BB (or 0x8198BB) is known color: Rock Blue. HEX triplet: 81, 98 and BB. RGB value is (129,152,187). Sum of RGB (Red+Green+Blue) = 129+152+187=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #8198BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8198BB is #7E6744. Grayscale: #949494. Windows color (decimal): -8283973 or 12294273. OLE color: 12294273.

HSL color Cylindrical-coordinate representation of color #8198BB: hue angle of 216.21º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8198BB is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 152 187 -
CMYK 0.31 0.19 0 0.27
HSL 216.21º 0.3% 0.62% -
HSV(B) 216.21º 0.31% 0.73% -
XYZ 29.25 30.71 51.4 -
YUV 149.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 129 152 187 0.31 0.19 0 0.27 216.21 0.3 0.62
Hex 81 98 BB 1F 13 0 1B D8 1E 3E
Octal 201 230 273 37 23 0 33 330 36 76
Binary 10000001 10011000 10111011 11111 10011 0 11011 11011000 11110 111110

Color Harmonies of #8198BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8198BB

Black with #8198BB

Text Example


Text Example

White with #8198BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8198BB; }

 p { color: rgb(129,152,187); }

 H1.HeaderClassName
 {
   color: #8198BB;
 }
 .AnyTagClassName
 {
   color: #8198BB;
 }
</style>

background-color css

<style>
 a { background-color: #8198BB; }

 a { background-color: rgb(129,152,187); }

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

border-color css

<style>
 span { border-color: #8198BB; }

 span { border-color: rgb(129,152,187); }

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