Html Css Color HEX #7E7BFD Light Slate Blue

📋 copy color: '#7E7BFD'

red 126 ◦ green 123 ◦ blue 253

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

Shades of Light Slate Blue #7E7BFD

Tints of Light Slate Blue #7E7BFD

RGB

 RED value IS 126 (49.61% from 255) = 25.1%

 GREEN value IS 123 (48.44% from 255) = 24.5%

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

R = 25.1%
G = 24.5%
B = 50.4%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7E7BFD (or 0x7E7BFD) is known color: Light Slate Blue. HEX triplet: 7E, 7B and FD. RGB value is (126,123,253). Sum of RGB (Red+Green+Blue) = 126+123+253=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E7BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E7BFD is #818402. Grayscale: #8A8A8A. Windows color (decimal): -8487939 or 16612222. OLE color: 16612222.

HSL color Cylindrical-coordinate representation of color #7E7BFD: hue angle of 241.38º 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 #7E7BFD is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 123 253 -
CMYK 0.50 0.51 0 0.01
HSL 241.38º 0.97% 0.74% -
HSV(B) 241.38º 0.51% 0.99% -
XYZ 33.42 25.69 96.13 -
YUV 138.72 192.49 118.93 -
System Red Green Blue C M Y K H S L
Decimal 126 123 253 0.50 0.51 0 0.01 241.38 0.97 0.74
Hex 7E 7B FD 32 33 0 1 F1 61 4A
Octal 176 173 375 62 63 0 1 361 141 112
Binary 1111110 1111011 11111101 110010 110011 0 1 11110001 1100001 1001010

Color Harmonies of #7E7BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7BFD

Black with #7E7BFD

Text Example


Text Example

White with #7E7BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,123,253); }

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

background-color css

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

 a { background-color: rgb(126,123,253); }

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

border-color css

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

 span { border-color: rgb(126,123,253); }

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