Html Css Color HEX #7D83FD Light Slate Blue

📋 copy color: '#7D83FD'

red 125 ◦ green 131 ◦ blue 253

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

Shades of Light Slate Blue #7D83FD

Tints of Light Slate Blue #7D83FD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.74%

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 24.56%
G = 25.74%
B = 49.71%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D83FD (or 0x7D83FD) is known color: Light Slate Blue. HEX triplet: 7D, 83 and FD. RGB value is (125,131,253). Sum of RGB (Red+Green+Blue) = 125+131+253=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D83FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D83FD is #827C02. Grayscale: #8E8E8E. Windows color (decimal): -8551427 or 16614269. OLE color: 16614269.

HSL color Cylindrical-coordinate representation of color #7D83FD: hue angle of 237.19º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D83FD is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 131 253 -
CMYK 0.51 0.48 0 0.01
HSL 237.19º 0.97% 0.74% -
HSV(B) 237.19º 0.51% 0.99% -
XYZ 34.3 27.68 96.46 -
YUV 143.11 190.01 115.08 -
System Red Green Blue C M Y K H S L
Decimal 125 131 253 0.51 0.48 0 0.01 237.19 0.97 0.74
Hex 7D 83 FD 33 30 0 1 ED 61 4A
Octal 175 203 375 63 60 0 1 355 141 112
Binary 1111101 10000011 11111101 110011 110000 0 1 11101101 1100001 1001010

Color Harmonies of #7D83FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D83FD

Black with #7D83FD

Text Example


Text Example

White with #7D83FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,131,253); }

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

background-color css

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

 a { background-color: rgb(125,131,253); }

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

border-color css

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

 span { border-color: rgb(125,131,253); }

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