Html Css Color HEX #8A68FA Light Slate Blue

📋 copy color: '#8A68FA'

red 138 ◦ green 104 ◦ blue 250

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

Shades of Light Slate Blue #8A68FA

Tints of Light Slate Blue #8A68FA

RGB

 RED value IS 138 (54.3% from 255) = 28.05%

 GREEN value IS 104 (41.02% from 255) = 21.14%

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

R = 28.05%
G = 21.14%
B = 50.81%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8A68FA (or 0x8A68FA) is known color: Light Slate Blue. HEX triplet: 8A, 68 and FA. RGB value is (138,104,250). Sum of RGB (Red+Green+Blue) = 138+104+250=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A68FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A68FA is #759705. Grayscale: #828282. Windows color (decimal): -7706374 or 16410762. OLE color: 16410762.

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

Color convert

RGB 138 104 250 -
CMYK 0.45 0.58 0 0.02
HSL 253.97º 0.94% 0.69% -
HSV(B) 253.97º 0.58% 0.98% -
XYZ 32.69 22.21 93.01 -
YUV 130.81 195.26 133.13 -
System Red Green Blue C M Y K H S L
Decimal 138 104 250 0.45 0.58 0 0.02 253.97 0.94 0.69
Hex 8A 68 FA 2D 3A 0 2 FE 5E 45
Octal 212 150 372 55 72 0 2 376 136 105
Binary 10001010 1101000 11111010 101101 111010 0 10 11111110 1011110 1000101

Color Harmonies of #8A68FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A68FA

Black with #8A68FA

Text Example


Text Example

White with #8A68FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,104,250); }

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

background-color css

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

 a { background-color: rgb(138,104,250); }

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

border-color css

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

 span { border-color: rgb(138,104,250); }

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