Html Css Color HEX #8C85FD Light Slate Blue

📋 copy color: '#8C85FD'

red 140 ◦ green 133 ◦ blue 253

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

Shades of Light Slate Blue #8C85FD

Tints of Light Slate Blue #8C85FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.1%

R = 26.62%
G = 25.29%
B = 48.1%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C85FD (or 0x8C85FD) is known color: Light Slate Blue. HEX triplet: 8C, 85 and FD. RGB value is (140,133,253). Sum of RGB (Red+Green+Blue) = 140+133+253=526 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.62% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C85FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C85FD is #737A02. Grayscale: #949494. Windows color (decimal): -7567875 or 16614796. OLE color: 16614796.

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

Color convert

RGB 140 133 253 -
CMYK 0.45 0.47 0 0.01
HSL 243.5º 0.97% 0.76% -
HSV(B) 243.5º 0.47% 0.99% -
XYZ 36.93 29.44 96.66 -
YUV 148.77 186.82 121.74 -
System Red Green Blue C M Y K H S L
Decimal 140 133 253 0.45 0.47 0 0.01 243.5 0.97 0.76
Hex 8C 85 FD 2D 2F 0 1 F4 61 4C
Octal 214 205 375 55 57 0 1 364 141 114
Binary 10001100 10000101 11111101 101101 101111 0 1 11110100 1100001 1001100

Color Harmonies of #8C85FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C85FD

Black with #8C85FD

Text Example


Text Example

White with #8C85FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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