Html Css Color HEX #7466CE Slate Blue

📋 copy color: '#7466CE'

red 116 ◦ green 102 ◦ blue 206

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

Shades of Slate Blue #7466CE

Tints of Slate Blue #7466CE

RGB

 RED value IS 116 (45.7% from 255) = 27.36%

 GREEN value IS 102 (40.23% from 255) = 24.06%

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 27.36%
G = 24.06%
B = 48.58%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7466CE (or 0x7466CE) is known color: Slate Blue. HEX triplet: 74, 66 and CE. RGB value is (116,102,206). Sum of RGB (Red+Green+Blue) = 116+102+206=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #7466CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7466CE is #8B9931. Grayscale: #757575. Windows color (decimal): -9148722 or 13526644. OLE color: 13526644.

HSL color Cylindrical-coordinate representation of color #7466CE: hue angle of 248.08º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7466CE is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 102 206 -
CMYK 0.44 0.50 0 0.19
HSL 248.08º 0.51% 0.6% -
HSV(B) 248.08º 0.5% 0.81% -
XYZ 23.09 17.67 60.59 -
YUV 118.04 177.64 126.54 -
System Red Green Blue C M Y K H S L
Decimal 116 102 206 0.44 0.50 0 0.19 248.08 0.51 0.6
Hex 74 66 CE 2C 32 0 13 F8 33 3C
Octal 164 146 316 54 62 0 23 370 63 74
Binary 1110100 1100110 11001110 101100 110010 0 10011 11111000 110011 111100

Color Harmonies of #7466CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7466CE

Black with #7466CE

Text Example


Text Example

White with #7466CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7466CE; }

 p { color: rgb(116,102,206); }

 H1.HeaderClassName
 {
   color: #7466CE;
 }
 .AnyTagClassName
 {
   color: #7466CE;
 }
</style>

background-color css

<style>
 a { background-color: #7466CE; }

 a { background-color: rgb(116,102,206); }

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

border-color css

<style>
 span { border-color: #7466CE; }

 span { border-color: rgb(116,102,206); }

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