Html Css Color HEX #8F8CCD Blue Bell

📋 copy color: '#8F8CCD'

red 143 ◦ green 140 ◦ blue 205

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

Shades of Blue Bell #8F8CCD

Tints of Blue Bell #8F8CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.69%

 BLUE value IS 205 (80.47% from 255) = 42.01%

R = 29.3%
G = 28.69%
B = 42.01%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F8CCD (or 0x8F8CCD) is known color: Blue Bell. HEX triplet: 8F, 8C and CD. RGB value is (143,140,205). Sum of RGB (Red+Green+Blue) = 143+140+205=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8CCD is #707332. Grayscale: #949494. Windows color (decimal): -7369523 or 13470863. OLE color: 13470863.

HSL color Cylindrical-coordinate representation of color #8F8CCD: hue angle of 242.77º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F8CCD is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 140 205 -
CMYK 0.30 0.32 0 0.20
HSL 242.77º 0.39% 0.68% -
HSV(B) 242.77º 0.32% 0.8% -
XYZ 31.73 29 61.68 -
YUV 148.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 143 140 205 0.30 0.32 0 0.20 242.77 0.39 0.68
Hex 8F 8C CD 1E 20 0 14 F3 27 44
Octal 217 214 315 36 40 0 24 363 47 104
Binary 10001111 10001100 11001101 11110 100000 0 10100 11110011 100111 1000100

Color Harmonies of #8F8CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8CCD

Black with #8F8CCD

Text Example


Text Example

White with #8F8CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,140,205); }

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

background-color css

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

 a { background-color: rgb(143,140,205); }

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

border-color css

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

 span { border-color: rgb(143,140,205); }

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