Html Css Color HEX #767CBC Wild Blue Yonder

📋 copy color: '#767CBC'

red 118 ◦ green 124 ◦ blue 188

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

Shades of Wild Blue Yonder #767CBC

Tints of Wild Blue Yonder #767CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.84%

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 27.44%
G = 28.84%
B = 43.72%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#767CBC (or 0x767CBC) is known color: Wild Blue Yonder. HEX triplet: 76, 7C and BC. RGB value is (118,124,188). Sum of RGB (Red+Green+Blue) = 118+124+188=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #767CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CBC is #898343. Grayscale: #818181. Windows color (decimal): -9012036 or 12352630. OLE color: 12352630.

HSL color Cylindrical-coordinate representation of color #767CBC: hue angle of 234.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #767CBC is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 124 188 -
CMYK 0.37 0.34 0 0.26
HSL 234.86º 0.34% 0.6% -
HSV(B) 234.86º 0.37% 0.74% -
XYZ 23.76 21.9 50.55 -
YUV 129.5 161.01 119.8 -
System Red Green Blue C M Y K H S L
Decimal 118 124 188 0.37 0.34 0 0.26 234.86 0.34 0.6
Hex 76 7C BC 25 22 0 1A EB 22 3C
Octal 166 174 274 45 42 0 32 353 42 74
Binary 1110110 1111100 10111100 100101 100010 0 11010 11101011 100010 111100

Color Harmonies of #767CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767CBC

Black with #767CBC

Text Example


Text Example

White with #767CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767CBC; }

 p { color: rgb(118,124,188); }

 H1.HeaderClassName
 {
   color: #767CBC;
 }
 .AnyTagClassName
 {
   color: #767CBC;
 }
</style>

background-color css

<style>
 a { background-color: #767CBC; }

 a { background-color: rgb(118,124,188); }

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

border-color css

<style>
 span { border-color: #767CBC; }

 span { border-color: rgb(118,124,188); }

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