Html Css Color HEX #707BFF Light Slate Blue

📋 copy color: '#707BFF'

red 112 ◦ green 123 ◦ blue 255

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

Shades of Light Slate Blue #707BFF

Tints of Light Slate Blue #707BFF

RGB

 RED value IS 112 (44.14% from 255) = 22.86%

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

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

R = 22.86%
G = 25.1%
B = 52.04%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#707BFF (or 0x707BFF) is known color: Light Slate Blue. HEX triplet: 70, 7B and FF. RGB value is (112,123,255). Sum of RGB (Red+Green+Blue) = 112+123+255=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #707BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707BFF is #8F8400. Grayscale: #868686. Windows color (decimal): -9405441 or 16743280. OLE color: 16743280.

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

Color convert

RGB 112 123 255 -
CMYK 0.56 0.52 0 0
HSL 235.38º 1% 0.72% -
HSV(B) 235.38º 0.56% 1% -
XYZ 31.82 24.83 97.72 -
YUV 134.76 195.86 111.77 -
System Red Green Blue C M Y K H S L
Decimal 112 123 255 0.56 0.52 0 0 235.38 1 0.72
Hex 70 7B FF 38 34 0 0 EB 64 48
Octal 160 173 377 70 64 0 0 353 144 110
Binary 1110000 1111011 11111111 111000 110100 0 0 11101011 1100100 1001000

Color Harmonies of #707BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BFF

Black with #707BFF

Text Example


Text Example

White with #707BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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