Html Css Color HEX #7A7BFE Light Slate Blue

📋 copy color: '#7A7BFE'

red 122 ◦ green 123 ◦ blue 254

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

Shades of Light Slate Blue #7A7BFE

Tints of Light Slate Blue #7A7BFE

RGB

 RED value IS 122 (48.05% from 255) = 24.45%

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

 BLUE value IS 254 (99.61% from 255) = 50.9%

R = 24.45%
G = 24.65%
B = 50.9%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7A7BFE (or 0x7A7BFE) is known color: Light Slate Blue. HEX triplet: 7A, 7B and FE. RGB value is (122,123,254). Sum of RGB (Red+Green+Blue) = 122+123+254=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A7BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7BFE is #858401. Grayscale: #898989. Windows color (decimal): -8750082 or 16677754. OLE color: 16677754.

HSL color Cylindrical-coordinate representation of color #7A7BFE: hue angle of 239.55º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A7BFE is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 122 123 254 -
CMYK 0.52 0.52 0 0.00
HSL 239.55º 0.99% 0.74% -
HSV(B) 239.55º 0.52% 1% -
XYZ 33 25.46 96.94 -
YUV 137.64 193.67 116.85 -
System Red Green Blue C M Y K H S L
Decimal 122 123 254 0.52 0.52 0 0.00 239.55 0.99 0.74
Hex 7A 7B FE 34 34 0 0 F0 63 4A
Octal 172 173 376 64 64 0 0 360 143 112
Binary 1111010 1111011 11111110 110100 110100 0 0 11110000 1100011 1001010

Color Harmonies of #7A7BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7BFE

Black with #7A7BFE

Text Example


Text Example

White with #7A7BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,123,254); }

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

background-color css

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

 a { background-color: rgb(122,123,254); }

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

border-color css

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

 span { border-color: rgb(122,123,254); }

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