Html Css Color HEX #7B82EF Light Slate Blue

📋 copy color: '#7B82EF'

red 123 ◦ green 130 ◦ blue 239

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

Shades of Light Slate Blue #7B82EF

Tints of Light Slate Blue #7B82EF

RGB

 RED value IS 123 (48.44% from 255) = 25%

 GREEN value IS 130 (51.17% from 255) = 26.42%

 BLUE value IS 239 (93.75% from 255) = 48.58%

R = 25%
G = 26.42%
B = 48.58%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7B82EF (or 0x7B82EF) is known color: Light Slate Blue. HEX triplet: 7B, 82 and EF. RGB value is (123,130,239). Sum of RGB (Red+Green+Blue) = 123+130+239=492 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B82EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B82EF is #847D10. Grayscale: #8B8B8B. Windows color (decimal): -8682769 or 15696507. OLE color: 15696507.

HSL color Cylindrical-coordinate representation of color #7B82EF: hue angle of 236.38º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B82EF is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 130 239 -
CMYK 0.49 0.46 0 0.06
HSL 236.38º 0.78% 0.71% -
HSV(B) 236.38º 0.49% 0.94% -
XYZ 31.73 26.41 85.09 -
YUV 140.33 183.68 115.64 -
System Red Green Blue C M Y K H S L
Decimal 123 130 239 0.49 0.46 0 0.06 236.38 0.78 0.71
Hex 7B 82 EF 31 2E 0 6 EC 4E 47
Octal 173 202 357 61 56 0 6 354 116 107
Binary 1111011 10000010 11101111 110001 101110 0 110 11101100 1001110 1000111

Color Harmonies of #7B82EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B82EF

Black with #7B82EF

Text Example


Text Example

White with #7B82EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,130,239); }

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

background-color css

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

 a { background-color: rgb(123,130,239); }

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

border-color css

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

 span { border-color: rgb(123,130,239); }

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