Html Css Color HEX #707AC1 Chetwode Blue

📋 copy color: '#707AC1'

red 112 ◦ green 122 ◦ blue 193

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

Shades of Chetwode Blue #707AC1

Tints of Chetwode Blue #707AC1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.57%

 BLUE value IS 193 (75.78% from 255) = 45.2%

R = 26.23%
G = 28.57%
B = 45.2%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#707AC1 (or 0x707AC1) is known color: Chetwode Blue. HEX triplet: 70, 7A and C1. RGB value is (112,122,193). Sum of RGB (Red+Green+Blue) = 112+122+193=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #707AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707AC1 is #8F853E. Grayscale: #7E7E7E. Windows color (decimal): -9405759 or 12679792. OLE color: 12679792.

HSL color Cylindrical-coordinate representation of color #707AC1: hue angle of 232.59º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #707AC1 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 122 193 -
CMYK 0.42 0.37 0 0.24
HSL 232.59º 0.4% 0.6% -
HSV(B) 232.59º 0.42% 0.76% -
XYZ 23.27 21.21 53.32 -
YUV 127.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 112 122 193 0.42 0.37 0 0.24 232.59 0.4 0.6
Hex 70 7A C1 2A 25 0 18 E9 28 3C
Octal 160 172 301 52 45 0 30 351 50 74
Binary 1110000 1111010 11000001 101010 100101 0 11000 11101001 101000 111100

Color Harmonies of #707AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707AC1

Black with #707AC1

Text Example


Text Example

White with #707AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,122,193); }

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

background-color css

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

 a { background-color: rgb(112,122,193); }

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

border-color css

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

 span { border-color: rgb(112,122,193); }

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