Html Css Color HEX #8B7FF2 Light Slate Blue

📋 copy color: '#8B7FF2'

red 139 ◦ green 127 ◦ blue 242

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

Shades of Light Slate Blue #8B7FF2

Tints of Light Slate Blue #8B7FF2

RGB

 RED value IS 139 (54.69% from 255) = 27.36%

 GREEN value IS 127 (50% from 255) = 25%

 BLUE value IS 242 (94.92% from 255) = 47.64%

R = 27.36%
G = 25%
B = 47.64%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8B7FF2 (or 0x8B7FF2) is known color: Light Slate Blue. HEX triplet: 8B, 7F and F2. RGB value is (139,127,242). Sum of RGB (Red+Green+Blue) = 139+127+242=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #8B7FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7FF2 is #74800D. Grayscale: #8F8F8F. Windows color (decimal): -7634958 or 15892363. OLE color: 15892363.

HSL color Cylindrical-coordinate representation of color #8B7FF2: hue angle of 246.26º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B7FF2 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 139 127 242 -
CMYK 0.43 0.48 0 0.05
HSL 246.26º 0.82% 0.72% -
HSV(B) 246.26º 0.48% 0.95% -
XYZ 34.26 27.08 87.43 -
YUV 143.7 183.48 124.65 -
System Red Green Blue C M Y K H S L
Decimal 139 127 242 0.43 0.48 0 0.05 246.26 0.82 0.72
Hex 8B 7F F2 2B 30 0 5 F6 52 48
Octal 213 177 362 53 60 0 5 366 122 110
Binary 10001011 1111111 11110010 101011 110000 0 101 11110110 1010010 1001000

Color Harmonies of #8B7FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7FF2

Black with #8B7FF2

Text Example


Text Example

White with #8B7FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,127,242); }

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

background-color css

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

 a { background-color: rgb(139,127,242); }

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

border-color css

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

 span { border-color: rgb(139,127,242); }

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