Html Css Color HEX #7265CC Slate Blue

📋 copy color: '#7265CC'

red 114 ◦ green 101 ◦ blue 204

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

Shades of Slate Blue #7265CC

Tints of Slate Blue #7265CC

RGB

 RED value IS 114 (44.92% from 255) = 27.21%

 GREEN value IS 101 (39.84% from 255) = 24.11%

 BLUE value IS 204 (80.08% from 255) = 48.69%

R = 27.21%
G = 24.11%
B = 48.69%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7265CC (or 0x7265CC) is known color: Slate Blue. HEX triplet: 72, 65 and CC. RGB value is (114,101,204). Sum of RGB (Red+Green+Blue) = 114+101+204=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #7265CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7265CC is #8D9A33. Grayscale: #747474. Windows color (decimal): -9280052 or 13395314. OLE color: 13395314.

HSL color Cylindrical-coordinate representation of color #7265CC: hue angle of 247.57º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7265CC is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 101 204 -
CMYK 0.44 0.50 0 0.2
HSL 247.57º 0.5% 0.6% -
HSV(B) 247.57º 0.5% 0.8% -
XYZ 22.49 17.24 59.27 -
YUV 116.63 177.31 126.12 -
System Red Green Blue C M Y K H S L
Decimal 114 101 204 0.44 0.50 0 0.2 247.57 0.5 0.6
Hex 72 65 CC 2C 32 0 14 F8 32 3C
Octal 162 145 314 54 62 0 24 370 62 74
Binary 1110010 1100101 11001100 101100 110010 0 10100 11111000 110010 111100

Color Harmonies of #7265CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7265CC

Black with #7265CC

Text Example


Text Example

White with #7265CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7265CC; }

 p { color: rgb(114,101,204); }

 H1.HeaderClassName
 {
   color: #7265CC;
 }
 .AnyTagClassName
 {
   color: #7265CC;
 }
</style>

background-color css

<style>
 a { background-color: #7265CC; }

 a { background-color: rgb(114,101,204); }

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

border-color css

<style>
 span { border-color: #7265CC; }

 span { border-color: rgb(114,101,204); }

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