Html Css Color HEX #7D68FA Light Slate Blue

📋 copy color: '#7D68FA'

red 125 ◦ green 104 ◦ blue 250

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

Shades of Light Slate Blue #7D68FA

Tints of Light Slate Blue #7D68FA

RGB

 RED value IS 125 (49.22% from 255) = 26.1%

 GREEN value IS 104 (41.02% from 255) = 21.71%

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

R = 26.1%
G = 21.71%
B = 52.19%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D68FA (or 0x7D68FA) is known color: Light Slate Blue. HEX triplet: 7D, 68 and FA. RGB value is (125,104,250). Sum of RGB (Red+Green+Blue) = 125+104+250=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D68FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D68FA is #829705. Grayscale: #7E7E7E. Windows color (decimal): -8558342 or 16410749. OLE color: 16410749.

HSL color Cylindrical-coordinate representation of color #7D68FA: hue angle of 248.63º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D68FA is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 104 250 -
CMYK 0.50 0.58 0 0.02
HSL 248.63º 0.94% 0.69% -
HSV(B) 248.63º 0.58% 0.98% -
XYZ 30.66 21.16 92.91 -
YUV 126.92 197.46 126.63 -
System Red Green Blue C M Y K H S L
Decimal 125 104 250 0.50 0.58 0 0.02 248.63 0.94 0.69
Hex 7D 68 FA 32 3A 0 2 F9 5E 45
Octal 175 150 372 62 72 0 2 371 136 105
Binary 1111101 1101000 11111010 110010 111010 0 10 11111001 1011110 1000101

Color Harmonies of #7D68FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D68FA

Black with #7D68FA

Text Example


Text Example

White with #7D68FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,104,250); }

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

background-color css

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

 a { background-color: rgb(125,104,250); }

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

border-color css

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

 span { border-color: rgb(125,104,250); }

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