Html Css Color HEX #8599BF Rock Blue

📋 copy color: '#8599BF'

red 133 ◦ green 153 ◦ blue 191

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

Shades of Rock Blue #8599BF

Tints of Rock Blue #8599BF

RGB

 RED value IS 133 (52.34% from 255) = 27.88%

 GREEN value IS 153 (60.16% from 255) = 32.08%

 BLUE value IS 191 (75% from 255) = 40.04%

R = 27.88%
G = 32.08%
B = 40.04%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8599BF (or 0x8599BF) is known color: Rock Blue. HEX triplet: 85, 99 and BF. RGB value is (133,153,191). Sum of RGB (Red+Green+Blue) = 133+153+191=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #8599BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8599BF is #7A6640. Grayscale: #979797. Windows color (decimal): -8021569 or 12556677. OLE color: 12556677.

HSL color Cylindrical-coordinate representation of color #8599BF: hue angle of 219.31º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8599BF is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 153 191 -
CMYK 0.30 0.20 0 0.25
HSL 219.31º 0.31% 0.64% -
HSV(B) 219.31º 0.3% 0.75% -
XYZ 30.47 31.53 53.77 -
YUV 151.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 133 153 191 0.30 0.20 0 0.25 219.31 0.31 0.64
Hex 85 99 BF 1E 14 0 19 DB 1F 40
Octal 205 231 277 36 24 0 31 333 37 100
Binary 10000101 10011001 10111111 11110 10100 0 11001 11011011 11111 1000000

Color Harmonies of #8599BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8599BF

Black with #8599BF

Text Example


Text Example

White with #8599BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8599BF; }

 p { color: rgb(133,153,191); }

 H1.HeaderClassName
 {
   color: #8599BF;
 }
 .AnyTagClassName
 {
   color: #8599BF;
 }
</style>

background-color css

<style>
 a { background-color: #8599BF; }

 a { background-color: rgb(133,153,191); }

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

border-color css

<style>
 span { border-color: #8599BF; }

 span { border-color: rgb(133,153,191); }

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