Html Css Color HEX #7D68FB Light Slate Blue

📋 copy color: '#7D68FB'

red 125 ◦ green 104 ◦ blue 251

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

Shades of Light Slate Blue #7D68FB

Tints of Light Slate Blue #7D68FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.29%

R = 26.04%
G = 21.67%
B = 52.29%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D68FB (or 0x7D68FB) is known color: Light Slate Blue. HEX triplet: 7D, 68 and FB. RGB value is (125,104,251). Sum of RGB (Red+Green+Blue) = 125+104+251=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D68FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D68FB is #829704. Grayscale: #7E7E7E. Windows color (decimal): -8558341 or 16476285. OLE color: 16476285.

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

Color convert

RGB 125 104 251 -
CMYK 0.50 0.59 0 0.02
HSL 248.57º 0.95% 0.7% -
HSV(B) 248.57º 0.59% 0.98% -
XYZ 30.82 21.23 93.74 -
YUV 127.04 197.96 126.55 -
System Red Green Blue C M Y K H S L
Decimal 125 104 251 0.50 0.59 0 0.02 248.57 0.95 0.7
Hex 7D 68 FB 32 3B 0 2 F9 5F 46
Octal 175 150 373 62 73 0 2 371 137 106
Binary 1111101 1101000 11111011 110010 111011 0 10 11111001 1011111 1000110

Color Harmonies of #7D68FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D68FB

Black with #7D68FB

Text Example


Text Example

White with #7D68FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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