Html Css Color HEX #8774FF Light Slate Blue

📋 copy color: '#8774FF'

red 135 ◦ green 116 ◦ blue 255

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

Shades of Light Slate Blue #8774FF

Tints of Light Slate Blue #8774FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.92%

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

R = 26.68%
G = 22.92%
B = 50.4%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8774FF (or 0x8774FF) is known color: Light Slate Blue. HEX triplet: 87, 74 and FF. RGB value is (135,116,255). Sum of RGB (Red+Green+Blue) = 135+116+255=506 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.68% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #8774FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8774FF is #788B00. Grayscale: #888888. Windows color (decimal): -7899905 or 16741511. OLE color: 16741511.

HSL color Cylindrical-coordinate representation of color #8774FF: hue angle of 248.2º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8774FF is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 135 116 255 -
CMYK 0.47 0.55 0 0
HSL 248.2º 1% 0.73% -
HSV(B) 248.2º 0.55% 1% -
XYZ 34.29 24.86 97.6 -
YUV 137.53 194.29 126.2 -
System Red Green Blue C M Y K H S L
Decimal 135 116 255 0.47 0.55 0 0 248.2 1 0.73
Hex 87 74 FF 2F 37 0 0 F8 64 49
Octal 207 164 377 57 67 0 0 370 144 111
Binary 10000111 1110100 11111111 101111 110111 0 0 11111000 1100100 1001001

Color Harmonies of #8774FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8774FF

Black with #8774FF

Text Example


Text Example

White with #8774FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,116,255); }

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

background-color css

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

 a { background-color: rgb(135,116,255); }

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

border-color css

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

 span { border-color: rgb(135,116,255); }

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