Html Css Color HEX #707BBE Chetwode Blue

📋 copy color: '#707BBE'

red 112 ◦ green 123 ◦ blue 190

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

Shades of Chetwode Blue #707BBE

Tints of Chetwode Blue #707BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.71%

R = 26.35%
G = 28.94%
B = 44.71%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#707BBE (or 0x707BBE) is known color: Chetwode Blue. HEX triplet: 70, 7B and BE. RGB value is (112,123,190). Sum of RGB (Red+Green+Blue) = 112+123+190=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #707BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707BBE is #8F8441. Grayscale: #7F7F7F. Windows color (decimal): -9405506 or 12483440. OLE color: 12483440.

HSL color Cylindrical-coordinate representation of color #707BBE: hue angle of 231.54º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #707BBE is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 123 190 -
CMYK 0.41 0.35 0 0.25
HSL 231.54º 0.38% 0.59% -
HSV(B) 231.54º 0.41% 0.75% -
XYZ 23.06 21.33 51.62 -
YUV 127.35 163.36 117.05 -
System Red Green Blue C M Y K H S L
Decimal 112 123 190 0.41 0.35 0 0.25 231.54 0.38 0.59
Hex 70 7B BE 29 23 0 19 E8 26 3B
Octal 160 173 276 51 43 0 31 350 46 73
Binary 1110000 1111011 10111110 101001 100011 0 11001 11101000 100110 111011

Color Harmonies of #707BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BBE

Black with #707BBE

Text Example


Text Example

White with #707BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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