Html Css Color HEX #8065FF Light Slate Blue

📋 copy color: '#8065FF'

red 128 ◦ green 101 ◦ blue 255

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

Shades of Light Slate Blue #8065FF

Tints of Light Slate Blue #8065FF

RGB

 RED value IS 128 (50.39% from 255) = 26.45%

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

 BLUE value IS 255 (100% from 255) = 52.69%

R = 26.45%
G = 20.87%
B = 52.69%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8065FF (or 0x8065FF) is known color: Light Slate Blue. HEX triplet: 80, 65 and FF. RGB value is (128,101,255). Sum of RGB (Red+Green+Blue) = 128+101+255=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #8065FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8065FF is #7F9A00. Grayscale: #7E7E7E. Windows color (decimal): -8362497 or 16737664. OLE color: 16737664.

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

Color convert

RGB 128 101 255 -
CMYK 0.50 0.60 0 0
HSL 250.52º 1% 0.7% -
HSV(B) 250.52º 0.6% 1% -
XYZ 31.61 21.12 97.02 -
YUV 126.63 200.45 128.98 -
System Red Green Blue C M Y K H S L
Decimal 128 101 255 0.50 0.60 0 0 250.52 1 0.7
Hex 80 65 FF 32 3C 0 0 FB 64 46
Octal 200 145 377 62 74 0 0 373 144 106
Binary 10000000 1100101 11111111 110010 111100 0 0 11111011 1100100 1000110

Color Harmonies of #8065FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8065FF

Black with #8065FF

Text Example


Text Example

White with #8065FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8065FF; }

 p { color: rgb(128,101,255); }

 H1.HeaderClassName
 {
   color: #8065FF;
 }
 .AnyTagClassName
 {
   color: #8065FF;
 }
</style>

background-color css

<style>
 a { background-color: #8065FF; }

 a { background-color: rgb(128,101,255); }

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

border-color css

<style>
 span { border-color: #8065FF; }

 span { border-color: rgb(128,101,255); }

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