Html Css Color HEX #7D69FF Light Slate Blue

📋 copy color: '#7D69FF'

red 125 ◦ green 105 ◦ blue 255

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

Shades of Light Slate Blue #7D69FF

Tints of Light Slate Blue #7D69FF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.65%

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

R = 25.77%
G = 21.65%
B = 52.58%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D69FF (or 0x7D69FF) is known color: Light Slate Blue. HEX triplet: 7D, 69 and FF. RGB value is (125,105,255). Sum of RGB (Red+Green+Blue) = 125+105+255=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D69FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D69FF is #829600. Grayscale: #7F7F7F. Windows color (decimal): -8558081 or 16738685. OLE color: 16738685.

HSL color Cylindrical-coordinate representation of color #7D69FF: hue angle of 248º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D69FF is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 125 105 255 -
CMYK 0.51 0.59 0 0
HSL 248º 1% 0.71% -
HSV(B) 248º 0.59% 1% -
XYZ 31.56 21.68 97.13 -
YUV 128.08 199.63 125.8 -
System Red Green Blue C M Y K H S L
Decimal 125 105 255 0.51 0.59 0 0 248 1 0.71
Hex 7D 69 FF 33 3B 0 0 F8 64 47
Octal 175 151 377 63 73 0 0 370 144 107
Binary 1111101 1101001 11111111 110011 111011 0 0 11111000 1100100 1000111

Color Harmonies of #7D69FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D69FF

Black with #7D69FF

Text Example


Text Example

White with #7D69FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,105,255); }

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

background-color css

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

 a { background-color: rgb(125,105,255); }

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

border-color css

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

 span { border-color: rgb(125,105,255); }

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