Html Css Color HEX #8C8AFD Light Slate Blue

📋 copy color: '#8C8AFD'

red 140 ◦ green 138 ◦ blue 253

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

Shades of Light Slate Blue #8C8AFD

Tints of Light Slate Blue #8C8AFD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.99%

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

R = 26.37%
G = 25.99%
B = 47.65%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C8AFD (or 0x8C8AFD) is known color: Light Slate Blue. HEX triplet: 8C, 8A and FD. RGB value is (140,138,253). Sum of RGB (Red+Green+Blue) = 140+138+253=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C8AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8AFD is #737502. Grayscale: #979797. Windows color (decimal): -7566595 or 16616076. OLE color: 16616076.

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

Color convert

RGB 140 138 253 -
CMYK 0.45 0.45 0 0.01
HSL 241.04º 0.97% 0.77% -
HSV(B) 241.04º 0.45% 0.99% -
XYZ 37.63 30.84 96.9 -
YUV 151.71 185.16 119.65 -
System Red Green Blue C M Y K H S L
Decimal 140 138 253 0.45 0.45 0 0.01 241.04 0.97 0.77
Hex 8C 8A FD 2D 2D 0 1 F1 61 4D
Octal 214 212 375 55 55 0 1 361 141 115
Binary 10001100 10001010 11111101 101101 101101 0 1 11110001 1100001 1001101

Color Harmonies of #8C8AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8AFD

Black with #8C8AFD

Text Example


Text Example

White with #8C8AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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