Html Css Color HEX #7C87FA Light Slate Blue

📋 copy color: '#7C87FA'

red 124 ◦ green 135 ◦ blue 250

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

Shades of Light Slate Blue #7C87FA

Tints of Light Slate Blue #7C87FA

RGB

 RED value IS 124 (48.83% from 255) = 24.36%

 GREEN value IS 135 (53.13% from 255) = 26.52%

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

R = 24.36%
G = 26.52%
B = 49.12%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C87FA (or 0x7C87FA) is known color: Light Slate Blue. HEX triplet: 7C, 87 and FA. RGB value is (124,135,250). Sum of RGB (Red+Green+Blue) = 124+135+250=509 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.36% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C87FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C87FA is #837805. Grayscale: #909090. Windows color (decimal): -8615942 or 16418684. OLE color: 16418684.

HSL color Cylindrical-coordinate representation of color #7C87FA: hue angle of 234.76º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C87FA is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 124 135 250 -
CMYK 0.50 0.46 0 0.02
HSL 234.76º 0.93% 0.73% -
HSV(B) 234.76º 0.5% 0.98% -
XYZ 34.23 28.52 94.14 -
YUV 144.82 187.36 113.15 -
System Red Green Blue C M Y K H S L
Decimal 124 135 250 0.50 0.46 0 0.02 234.76 0.93 0.73
Hex 7C 87 FA 32 2E 0 2 EB 5D 49
Octal 174 207 372 62 56 0 2 353 135 111
Binary 1111100 10000111 11111010 110010 101110 0 10 11101011 1011101 1001001

Color Harmonies of #7C87FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C87FA

Black with #7C87FA

Text Example


Text Example

White with #7C87FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C87FA; }

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

 H1.HeaderClassName
 {
   color: #7C87FA;
 }
 .AnyTagClassName
 {
   color: #7C87FA;
 }
</style>

background-color css

<style>
 a { background-color: #7C87FA; }

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

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

border-color css

<style>
 span { border-color: #7C87FA; }

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

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