Html Css Color HEX #8F69FB Light Slate Blue

📋 copy color: '#8F69FB'

red 143 ◦ green 105 ◦ blue 251

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

Shades of Light Slate Blue #8F69FB

Tints of Light Slate Blue #8F69FB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.04%

 BLUE value IS 251 (98.44% from 255) = 50.3%

R = 28.66%
G = 21.04%
B = 50.3%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F69FB (or 0x8F69FB) is known color: Light Slate Blue. HEX triplet: 8F, 69 and FB. RGB value is (143,105,251). Sum of RGB (Red+Green+Blue) = 143+105+251=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F69FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F69FB is #709604. Grayscale: #848484. Windows color (decimal): -7378437 or 16476559. OLE color: 16476559.

HSL color Cylindrical-coordinate representation of color #8F69FB: hue angle of 255.62º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F69FB is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 105 251 -
CMYK 0.43 0.58 0 0.02
HSL 255.62º 0.95% 0.7% -
HSV(B) 255.62º 0.58% 0.98% -
XYZ 33.79 22.91 93.91 -
YUV 133.01 194.59 135.13 -
System Red Green Blue C M Y K H S L
Decimal 143 105 251 0.43 0.58 0 0.02 255.62 0.95 0.7
Hex 8F 69 FB 2B 3A 0 2 100 5F 46
Octal 217 151 373 53 72 0 2 400 137 106
Binary 10001111 1101001 11111011 101011 111010 0 10 100000000 1011111 1000110

Color Harmonies of #8F69FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F69FB

Black with #8F69FB

Text Example


Text Example

White with #8F69FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,105,251); }

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

background-color css

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

 a { background-color: rgb(143,105,251); }

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

border-color css

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

 span { border-color: rgb(143,105,251); }

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