Html Css Color HEX #7083C3 Wild Blue Yonder

📋 copy color: '#7083C3'

red 112 ◦ green 131 ◦ blue 195

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

Shades of Wild Blue Yonder #7083C3

Tints of Wild Blue Yonder #7083C3

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.91%

 BLUE value IS 195 (76.56% from 255) = 44.52%

R = 25.57%
G = 29.91%
B = 44.52%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7083C3 (or 0x7083C3) is known color: Wild Blue Yonder. HEX triplet: 70, 83 and C3. RGB value is (112,131,195). Sum of RGB (Red+Green+Blue) = 112+131+195=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 195 - color contains mainly: blue. Hex color #7083C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7083C3 is #8F7C3C. Grayscale: #848484. Windows color (decimal): -9403453 or 12813168. OLE color: 12813168.

HSL color Cylindrical-coordinate representation of color #7083C3: hue angle of 226.27º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7083C3 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 131 195 -
CMYK 0.43 0.33 0 0.24
HSL 226.27º 0.41% 0.6% -
HSV(B) 226.27º 0.43% 0.76% -
XYZ 24.65 23.62 54.89 -
YUV 132.62 163.21 113.3 -
System Red Green Blue C M Y K H S L
Decimal 112 131 195 0.43 0.33 0 0.24 226.27 0.41 0.6
Hex 70 83 C3 2B 21 0 18 E2 29 3C
Octal 160 203 303 53 41 0 30 342 51 74
Binary 1110000 10000011 11000011 101011 100001 0 11000 11100010 101001 111100

Color Harmonies of #7083C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7083C3

Black with #7083C3

Text Example


Text Example

White with #7083C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7083C3; }

 p { color: rgb(112,131,195); }

 H1.HeaderClassName
 {
   color: #7083C3;
 }
 .AnyTagClassName
 {
   color: #7083C3;
 }
</style>

background-color css

<style>
 a { background-color: #7083C3; }

 a { background-color: rgb(112,131,195); }

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

border-color css

<style>
 span { border-color: #7083C3; }

 span { border-color: rgb(112,131,195); }

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