Html Css Color HEX #8BA5BF Rock Blue

📋 copy color: '#8BA5BF'

red 139 ◦ green 165 ◦ blue 191

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

Shades of Rock Blue #8BA5BF

Tints of Rock Blue #8BA5BF

RGB

 RED value IS 139 (54.69% from 255) = 28.08%

 GREEN value IS 165 (64.84% from 255) = 33.33%

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

R = 28.08%
G = 33.33%
B = 38.59%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8BA5BF (or 0x8BA5BF) is known color: Rock Blue. HEX triplet: 8B, A5 and BF. RGB value is (139,165,191). Sum of RGB (Red+Green+Blue) = 139+165+191=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #8BA5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA5BF is #745A40. Grayscale: #A0A0A0. Windows color (decimal): -7625281 or 12559755. OLE color: 12559755.

HSL color Cylindrical-coordinate representation of color #8BA5BF: hue angle of 210º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BA5BF is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 165 191 -
CMYK 0.27 0.14 0 0.25
HSL 210º 0.29% 0.65% -
HSV(B) 210º 0.27% 0.75% -
XYZ 33.51 36.16 54.5 -
YUV 160.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 139 165 191 0.27 0.14 0 0.25 210 0.29 0.65
Hex 8B A5 BF 1B E 0 19 D2 1D 41
Octal 213 245 277 33 16 0 31 322 35 101
Binary 10001011 10100101 10111111 11011 1110 0 11001 11010010 11101 1000001

Color Harmonies of #8BA5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA5BF

Black with #8BA5BF

Text Example


Text Example

White with #8BA5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BA5BF; }

 p { color: rgb(139,165,191); }

 H1.HeaderClassName
 {
   color: #8BA5BF;
 }
 .AnyTagClassName
 {
   color: #8BA5BF;
 }
</style>

background-color css

<style>
 a { background-color: #8BA5BF; }

 a { background-color: rgb(139,165,191); }

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

border-color css

<style>
 span { border-color: #8BA5BF; }

 span { border-color: rgb(139,165,191); }

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