Html Css Color HEX #757BF6 Light Slate Blue

📋 copy color: '#757BF6'

red 117 ◦ green 123 ◦ blue 246

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

Shades of Light Slate Blue #757BF6

Tints of Light Slate Blue #757BF6

RGB

 RED value IS 117 (46.09% from 255) = 24.07%

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

 BLUE value IS 246 (96.48% from 255) = 50.62%

R = 24.07%
G = 25.31%
B = 50.62%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#757BF6 (or 0x757BF6) is known color: Light Slate Blue. HEX triplet: 75, 7B and F6. RGB value is (117,123,246). Sum of RGB (Red+Green+Blue) = 117+123+246=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #757BF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757BF6 is #8A8409. Grayscale: #868686. Windows color (decimal): -9077770 or 16153461. OLE color: 16153461.

HSL color Cylindrical-coordinate representation of color #757BF6: hue angle of 237.21º degrees, saturation: 0.88, 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 #757BF6 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 123 246 -
CMYK 0.52 0.50 0 0.04
HSL 237.21º 0.88% 0.71% -
HSV(B) 237.21º 0.52% 0.96% -
XYZ 31.05 24.6 90.3 -
YUV 135.23 190.51 115 -
System Red Green Blue C M Y K H S L
Decimal 117 123 246 0.52 0.50 0 0.04 237.21 0.88 0.71
Hex 75 7B F6 34 32 0 4 ED 58 47
Octal 165 173 366 64 62 0 4 355 130 107
Binary 1110101 1111011 11110110 110100 110010 0 100 11101101 1011000 1000111

Color Harmonies of #757BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757BF6

Black with #757BF6

Text Example


Text Example

White with #757BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757BF6; }

 p { color: rgb(117,123,246); }

 H1.HeaderClassName
 {
   color: #757BF6;
 }
 .AnyTagClassName
 {
   color: #757BF6;
 }
</style>

background-color css

<style>
 a { background-color: #757BF6; }

 a { background-color: rgb(117,123,246); }

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

border-color css

<style>
 span { border-color: #757BF6; }

 span { border-color: rgb(117,123,246); }

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