Html Css Color HEX #8F9BBC Rock Blue

📋 copy color: '#8F9BBC'

red 143 ◦ green 155 ◦ blue 188

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

Shades of Rock Blue #8F9BBC

Tints of Rock Blue #8F9BBC

RGB

 RED value IS 143 (56.25% from 255) = 29.42%

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

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

R = 29.42%
G = 31.89%
B = 38.68%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F9BBC (or 0x8F9BBC) is known color: Rock Blue. HEX triplet: 8F, 9B and BC. RGB value is (143,155,188). Sum of RGB (Red+Green+Blue) = 143+155+188=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F9BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9BBC is #706443. Grayscale: #9B9B9B. Windows color (decimal): -7365700 or 12360591. OLE color: 12360591.

HSL color Cylindrical-coordinate representation of color #8F9BBC: hue angle of 224º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F9BBC is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 155 188 -
CMYK 0.24 0.18 0 0.26
HSL 224º 0.25% 0.65% -
HSV(B) 224º 0.24% 0.74% -
XYZ 32.13 32.91 52.24 -
YUV 155.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 143 155 188 0.24 0.18 0 0.26 224 0.25 0.65
Hex 8F 9B BC 18 12 0 1A E0 19 41
Octal 217 233 274 30 22 0 32 340 31 101
Binary 10001111 10011011 10111100 11000 10010 0 11010 11100000 11001 1000001

Color Harmonies of #8F9BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9BBC

Black with #8F9BBC

Text Example


Text Example

White with #8F9BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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