Html Css Color HEX #8781FA Light Slate Blue

📋 copy color: '#8781FA'

red 135 ◦ green 129 ◦ blue 250

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

Shades of Light Slate Blue #8781FA

Tints of Light Slate Blue #8781FA

RGB

 RED value IS 135 (53.13% from 255) = 26.26%

 GREEN value IS 129 (50.78% from 255) = 25.1%

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

R = 26.26%
G = 25.1%
B = 48.64%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8781FA (or 0x8781FA) is known color: Light Slate Blue. HEX triplet: 87, 81 and FA. RGB value is (135,129,250). Sum of RGB (Red+Green+Blue) = 135+129+250=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #8781FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8781FA is #787E05. Grayscale: #909090. Windows color (decimal): -7896582 or 16417159. OLE color: 16417159.

HSL color Cylindrical-coordinate representation of color #8781FA: hue angle of 242.98º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8781FA is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 129 250 -
CMYK 0.46 0.48 0 0.02
HSL 242.98º 0.92% 0.74% -
HSV(B) 242.98º 0.48% 0.98% -
XYZ 35.1 27.75 93.95 -
YUV 144.59 187.49 121.16 -
System Red Green Blue C M Y K H S L
Decimal 135 129 250 0.46 0.48 0 0.02 242.98 0.92 0.74
Hex 87 81 FA 2E 30 0 2 F3 5C 4A
Octal 207 201 372 56 60 0 2 363 134 112
Binary 10000111 10000001 11111010 101110 110000 0 10 11110011 1011100 1001010

Color Harmonies of #8781FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8781FA

Black with #8781FA

Text Example


Text Example

White with #8781FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8781FA; }

 p { color: rgb(135,129,250); }

 H1.HeaderClassName
 {
   color: #8781FA;
 }
 .AnyTagClassName
 {
   color: #8781FA;
 }
</style>

background-color css

<style>
 a { background-color: #8781FA; }

 a { background-color: rgb(135,129,250); }

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

border-color css

<style>
 span { border-color: #8781FA; }

 span { border-color: rgb(135,129,250); }

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