Html Css Color HEX #7685B3 Wild Blue Yonder

📋 copy color: '#7685B3'

red 118 ◦ green 133 ◦ blue 179

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

Shades of Wild Blue Yonder #7685B3

Tints of Wild Blue Yonder #7685B3

RGB

 RED value IS 118 (46.48% from 255) = 27.44%

 GREEN value IS 133 (52.34% from 255) = 30.93%

 BLUE value IS 179 (70.31% from 255) = 41.63%

R = 27.44%
G = 30.93%
B = 41.63%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7685B3 (or 0x7685B3) is known color: Wild Blue Yonder. HEX triplet: 76, 85 and B3. RGB value is (118,133,179). Sum of RGB (Red+Green+Blue) = 118+133+179=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 179 - color contains mainly: blue. Hex color #7685B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7685B3 is #897A4C. Grayscale: #858585. Windows color (decimal): -9009741 or 11765110. OLE color: 11765110.

HSL color Cylindrical-coordinate representation of color #7685B3: hue angle of 225.25º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7685B3 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 133 179 -
CMYK 0.34 0.26 0 0.30
HSL 225.25º 0.29% 0.58% -
HSV(B) 225.25º 0.34% 0.7% -
XYZ 24 23.88 45.99 -
YUV 133.76 153.53 116.76 -
System Red Green Blue C M Y K H S L
Decimal 118 133 179 0.34 0.26 0 0.30 225.25 0.29 0.58
Hex 76 85 B3 22 1A 0 1E E1 1D 3A
Octal 166 205 263 42 32 0 36 341 35 72
Binary 1110110 10000101 10110011 100010 11010 0 11110 11100001 11101 111010

Color Harmonies of #7685B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7685B3

Black with #7685B3

Text Example


Text Example

White with #7685B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7685B3; }

 p { color: rgb(118,133,179); }

 H1.HeaderClassName
 {
   color: #7685B3;
 }
 .AnyTagClassName
 {
   color: #7685B3;
 }
</style>

background-color css

<style>
 a { background-color: #7685B3; }

 a { background-color: rgb(118,133,179); }

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

border-color css

<style>
 span { border-color: #7685B3; }

 span { border-color: rgb(118,133,179); }

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