Html Css Color HEX #8C85FC Light Slate Blue

📋 copy color: '#8C85FC'

red 140 ◦ green 133 ◦ blue 252

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

Shades of Light Slate Blue #8C85FC

Tints of Light Slate Blue #8C85FC

RGB

 RED value IS 140 (55.08% from 255) = 26.67%

 GREEN value IS 133 (52.34% from 255) = 25.33%

 BLUE value IS 252 (98.83% from 255) = 48%

R = 26.67%
G = 25.33%
B = 48%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C85FC (or 0x8C85FC) is known color: Light Slate Blue. HEX triplet: 8C, 85 and FC. RGB value is (140,133,252). Sum of RGB (Red+Green+Blue) = 140+133+252=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C85FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C85FC is #737A03. Grayscale: #949494. Windows color (decimal): -7567876 or 16549260. OLE color: 16549260.

HSL color Cylindrical-coordinate representation of color #8C85FC: hue angle of 243.53º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C85FC is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 133 252 -
CMYK 0.44 0.47 0 0.01
HSL 243.53º 0.95% 0.75% -
HSV(B) 243.53º 0.47% 0.99% -
XYZ 36.77 29.38 95.83 -
YUV 148.66 186.32 121.82 -
System Red Green Blue C M Y K H S L
Decimal 140 133 252 0.44 0.47 0 0.01 243.53 0.95 0.75
Hex 8C 85 FC 2C 2F 0 1 F4 5F 4B
Octal 214 205 374 54 57 0 1 364 137 113
Binary 10001100 10000101 11111100 101100 101111 0 1 11110100 1011111 1001011

Color Harmonies of #8C85FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C85FC

Black with #8C85FC

Text Example


Text Example

White with #8C85FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,133,252); }

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

background-color css

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

 a { background-color: rgb(140,133,252); }

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

border-color css

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

 span { border-color: rgb(140,133,252); }

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