Html Css Color HEX #8567FA Light Slate Blue

📋 copy color: '#8567FA'

red 133 ◦ green 103 ◦ blue 250

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

Shades of Light Slate Blue #8567FA

Tints of Light Slate Blue #8567FA

RGB

 RED value IS 133 (52.34% from 255) = 27.37%

 GREEN value IS 103 (40.63% from 255) = 21.19%

 BLUE value IS 250 (98.05% from 255) = 51.44%

R = 27.37%
G = 21.19%
B = 51.44%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8567FA (or 0x8567FA) is known color: Light Slate Blue. HEX triplet: 85, 67 and FA. RGB value is (133,103,250). Sum of RGB (Red+Green+Blue) = 133+103+250=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #8567FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8567FA is #7A9805. Grayscale: #808080. Windows color (decimal): -8034310 or 16410501. OLE color: 16410501.

HSL color Cylindrical-coordinate representation of color #8567FA: hue angle of 252.24º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8567FA is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 103 250 -
CMYK 0.47 0.59 0 0.02
HSL 252.24º 0.94% 0.69% -
HSV(B) 252.24º 0.59% 0.98% -
XYZ 31.78 21.59 92.93 -
YUV 128.73 196.44 131.05 -
System Red Green Blue C M Y K H S L
Decimal 133 103 250 0.47 0.59 0 0.02 252.24 0.94 0.69
Hex 85 67 FA 2F 3B 0 2 FC 5E 45
Octal 205 147 372 57 73 0 2 374 136 105
Binary 10000101 1100111 11111010 101111 111011 0 10 11111100 1011110 1000101

Color Harmonies of #8567FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8567FA

Black with #8567FA

Text Example


Text Example

White with #8567FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8567FA; }

 p { color: rgb(133,103,250); }

 H1.HeaderClassName
 {
   color: #8567FA;
 }
 .AnyTagClassName
 {
   color: #8567FA;
 }
</style>

background-color css

<style>
 a { background-color: #8567FA; }

 a { background-color: rgb(133,103,250); }

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

border-color css

<style>
 span { border-color: #8567FA; }

 span { border-color: rgb(133,103,250); }

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