Html Css Color HEX #8A72FC Light Slate Blue

📋 copy color: '#8A72FC'

red 138 ◦ green 114 ◦ blue 252

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

Shades of Light Slate Blue #8A72FC

Tints of Light Slate Blue #8A72FC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.62%

 BLUE value IS 252 (98.83% from 255) = 50%

R = 27.38%
G = 22.62%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8A72FC (or 0x8A72FC) is known color: Light Slate Blue. HEX triplet: 8A, 72 and FC. RGB value is (138,114,252). Sum of RGB (Red+Green+Blue) = 138+114+252=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A72FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A72FC is #758D03. Grayscale: #888888. Windows color (decimal): -7703812 or 16544394. OLE color: 16544394.

HSL color Cylindrical-coordinate representation of color #8A72FC: hue angle of 250.43º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A72FC is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 114 252 -
CMYK 0.45 0.55 0 0.01
HSL 250.43º 0.96% 0.72% -
HSV(B) 250.43º 0.55% 0.99% -
XYZ 34.07 24.47 95.02 -
YUV 136.91 192.95 128.78 -
System Red Green Blue C M Y K H S L
Decimal 138 114 252 0.45 0.55 0 0.01 250.43 0.96 0.72
Hex 8A 72 FC 2D 37 0 1 FA 60 48
Octal 212 162 374 55 67 0 1 372 140 110
Binary 10001010 1110010 11111100 101101 110111 0 1 11111010 1100000 1001000

Color Harmonies of #8A72FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A72FC

Black with #8A72FC

Text Example


Text Example

White with #8A72FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,114,252); }

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

background-color css

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

 a { background-color: rgb(138,114,252); }

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

border-color css

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

 span { border-color: rgb(138,114,252); }

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