Html Css Color HEX #757BFF Light Slate Blue

📋 copy color: '#757BFF'

red 117 ◦ green 123 ◦ blue 255

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

Shades of Light Slate Blue #757BFF

Tints of Light Slate Blue #757BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.52%

R = 23.64%
G = 24.85%
B = 51.52%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#757BFF (or 0x757BFF) is known color: Light Slate Blue. HEX triplet: 75, 7B and FF. RGB value is (117,123,255). Sum of RGB (Red+Green+Blue) = 117+123+255=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #757BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757BFF is #8A8400. Grayscale: #878787. Windows color (decimal): -9077761 or 16743285. OLE color: 16743285.

HSL color Cylindrical-coordinate representation of color #757BFF: hue angle of 237.39º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #757BFF is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 123 255 -
CMYK 0.54 0.52 0 0
HSL 237.39º 1% 0.73% -
HSV(B) 237.39º 0.54% 1% -
XYZ 32.47 25.17 97.75 -
YUV 136.25 195.01 114.27 -
System Red Green Blue C M Y K H S L
Decimal 117 123 255 0.54 0.52 0 0 237.39 1 0.73
Hex 75 7B FF 36 34 0 0 ED 64 49
Octal 165 173 377 66 64 0 0 355 144 111
Binary 1110101 1111011 11111111 110110 110100 0 0 11101101 1100100 1001001

Color Harmonies of #757BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757BFF

Black with #757BFF

Text Example


Text Example

White with #757BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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