Html Css Color HEX #767DF5 Light Slate Blue

📋 copy color: '#767DF5'

red 118 ◦ green 125 ◦ blue 245

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

Shades of Light Slate Blue #767DF5

Tints of Light Slate Blue #767DF5

RGB

 RED value IS 118 (46.48% from 255) = 24.18%

 GREEN value IS 125 (49.22% from 255) = 25.61%

 BLUE value IS 245 (96.09% from 255) = 50.2%

R = 24.18%
G = 25.61%
B = 50.2%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#767DF5 (or 0x767DF5) is known color: Light Slate Blue. HEX triplet: 76, 7D and F5. RGB value is (118,125,245). Sum of RGB (Red+Green+Blue) = 118+125+245=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #767DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767DF5 is #89820A. Grayscale: #888888. Windows color (decimal): -9011723 or 16088438. OLE color: 16088438.

HSL color Cylindrical-coordinate representation of color #767DF5: hue angle of 236.69º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #767DF5 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 125 245 -
CMYK 0.52 0.49 0 0.04
HSL 236.69º 0.86% 0.71% -
HSV(B) 236.69º 0.52% 0.96% -
XYZ 31.29 25.11 89.58 -
YUV 136.59 189.18 114.74 -
System Red Green Blue C M Y K H S L
Decimal 118 125 245 0.52 0.49 0 0.04 236.69 0.86 0.71
Hex 76 7D F5 34 31 0 4 ED 56 47
Octal 166 175 365 64 61 0 4 355 126 107
Binary 1110110 1111101 11110101 110100 110001 0 100 11101101 1010110 1000111

Color Harmonies of #767DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767DF5

Black with #767DF5

Text Example


Text Example

White with #767DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767DF5; }

 p { color: rgb(118,125,245); }

 H1.HeaderClassName
 {
   color: #767DF5;
 }
 .AnyTagClassName
 {
   color: #767DF5;
 }
</style>

background-color css

<style>
 a { background-color: #767DF5; }

 a { background-color: rgb(118,125,245); }

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

border-color css

<style>
 span { border-color: #767DF5; }

 span { border-color: rgb(118,125,245); }

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