Html Css Color HEX #8965FE Light Slate Blue

📋 copy color: '#8965FE'

red 137 ◦ green 101 ◦ blue 254

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

Shades of Light Slate Blue #8965FE

Tints of Light Slate Blue #8965FE

RGB

 RED value IS 137 (53.91% from 255) = 27.85%

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

 BLUE value IS 254 (99.61% from 255) = 51.63%

R = 27.85%
G = 20.53%
B = 51.63%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8965FE (or 0x8965FE) is known color: Light Slate Blue. HEX triplet: 89, 65 and FE. RGB value is (137,101,254). Sum of RGB (Red+Green+Blue) = 137+101+254=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #8965FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8965FE is #769A01. Grayscale: #808080. Windows color (decimal): -7772674 or 16672137. OLE color: 16672137.

HSL color Cylindrical-coordinate representation of color #8965FE: hue angle of 254.12º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8965FE is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 137 101 254 -
CMYK 0.46 0.60 0 0.00
HSL 254.12º 0.99% 0.7% -
HSV(B) 254.12º 0.6% 1% -
XYZ 32.86 21.78 96.24 -
YUV 129.21 198.43 133.56 -
System Red Green Blue C M Y K H S L
Decimal 137 101 254 0.46 0.60 0 0.00 254.12 0.99 0.7
Hex 89 65 FE 2E 3C 0 0 FE 63 46
Octal 211 145 376 56 74 0 0 376 143 106
Binary 10001001 1100101 11111110 101110 111100 0 0 11111110 1100011 1000110

Color Harmonies of #8965FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8965FE

Black with #8965FE

Text Example


Text Example

White with #8965FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8965FE; }

 p { color: rgb(137,101,254); }

 H1.HeaderClassName
 {
   color: #8965FE;
 }
 .AnyTagClassName
 {
   color: #8965FE;
 }
</style>

background-color css

<style>
 a { background-color: #8965FE; }

 a { background-color: rgb(137,101,254); }

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

border-color css

<style>
 span { border-color: #8965FE; }

 span { border-color: rgb(137,101,254); }

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