Html Css Color HEX #8F65FD Light Slate Blue

📋 copy color: '#8F65FD'

red 143 ◦ green 101 ◦ blue 253

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

Shades of Light Slate Blue #8F65FD

Tints of Light Slate Blue #8F65FD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.32%

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

R = 28.77%
G = 20.32%
B = 50.91%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F65FD (or 0x8F65FD) is known color: Light Slate Blue. HEX triplet: 8F, 65 and FD. RGB value is (143,101,253). Sum of RGB (Red+Green+Blue) = 143+101+253=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F65FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F65FD is #709A02. Grayscale: #828282. Windows color (decimal): -7379459 or 16606607. OLE color: 16606607.

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

Color convert

RGB 143 101 253 -
CMYK 0.43 0.60 0 0.01
HSL 256.58º 0.97% 0.69% -
HSV(B) 256.58º 0.6% 0.99% -
XYZ 33.71 22.24 95.44 -
YUV 130.89 196.91 136.64 -
System Red Green Blue C M Y K H S L
Decimal 143 101 253 0.43 0.60 0 0.01 256.58 0.97 0.69
Hex 8F 65 FD 2B 3C 0 1 101 61 45
Octal 217 145 375 53 74 0 1 401 141 105
Binary 10001111 1100101 11111101 101011 111100 0 1 100000001 1100001 1000101

Color Harmonies of #8F65FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F65FD

Black with #8F65FD

Text Example


Text Example

White with #8F65FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,101,253); }

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

background-color css

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

 a { background-color: rgb(143,101,253); }

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

border-color css

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

 span { border-color: rgb(143,101,253); }

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