Html Css Color HEX #767BF2 Medium Slate Blue

📋 copy color: '#767BF2'

red 118 ◦ green 123 ◦ blue 242

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

Shades of Medium Slate Blue #767BF2

Tints of Medium Slate Blue #767BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.1%

R = 24.43%
G = 25.47%
B = 50.1%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#767BF2 (or 0x767BF2) is known color: Medium Slate Blue. HEX triplet: 76, 7B and F2. RGB value is (118,123,242). Sum of RGB (Red+Green+Blue) = 118+123+242=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #767BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767BF2 is #89840D. Grayscale: #868686. Windows color (decimal): -9012238 or 15891318. OLE color: 15891318.

HSL color Cylindrical-coordinate representation of color #767BF2: hue angle of 237.58º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #767BF2 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 123 242 -
CMYK 0.51 0.49 0 0.05
HSL 237.58º 0.83% 0.71% -
HSV(B) 237.58º 0.51% 0.95% -
XYZ 30.58 24.43 87.11 -
YUV 135.07 188.34 115.82 -
System Red Green Blue C M Y K H S L
Decimal 118 123 242 0.51 0.49 0 0.05 237.58 0.83 0.71
Hex 76 7B F2 33 31 0 5 EE 53 47
Octal 166 173 362 63 61 0 5 356 123 107
Binary 1110110 1111011 11110010 110011 110001 0 101 11101110 1010011 1000111

Color Harmonies of #767BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BF2

Black with #767BF2

Text Example


Text Example

White with #767BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,123,242); }

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

background-color css

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

 a { background-color: rgb(118,123,242); }

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

border-color css

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

 span { border-color: rgb(118,123,242); }

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