Html Css Color HEX #8F99C1 Rock Blue

📋 copy color: '#8F99C1'

red 143 ◦ green 153 ◦ blue 193

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

Shades of Rock Blue #8F99C1

Tints of Rock Blue #8F99C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.47%

R = 29.24%
G = 31.29%
B = 39.47%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8F99C1 (or 0x8F99C1) is known color: Rock Blue. HEX triplet: 8F, 99 and C1. RGB value is (143,153,193). Sum of RGB (Red+Green+Blue) = 143+153+193=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F99C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F99C1 is #70663E. Grayscale: #9A9A9A. Windows color (decimal): -7366207 or 12687759. OLE color: 12687759.

HSL color Cylindrical-coordinate representation of color #8F99C1: hue angle of 228º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F99C1 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 143 153 193 -
CMYK 0.26 0.21 0 0.24
HSL 228º 0.29% 0.66% -
HSV(B) 228º 0.26% 0.76% -
XYZ 32.34 32.47 55.02 -
YUV 154.57 149.69 119.75 -
System Red Green Blue C M Y K H S L
Decimal 143 153 193 0.26 0.21 0 0.24 228 0.29 0.66
Hex 8F 99 C1 1A 15 0 18 E4 1D 42
Octal 217 231 301 32 25 0 30 344 35 102
Binary 10001111 10011001 11000001 11010 10101 0 11000 11100100 11101 1000010

Color Harmonies of #8F99C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F99C1

Black with #8F99C1

Text Example


Text Example

White with #8F99C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,153,193); }

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

background-color css

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

 a { background-color: rgb(143,153,193); }

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

border-color css

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

 span { border-color: rgb(143,153,193); }

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